home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / thorfrnc.lha / thor.cd < prev    next >
Text File  |  1995-11-26  |  33KB  |  1,696 lines

  1. ;
  2. ;    $VER: THOR.cd 2.11 (28.9.95)
  3. ;
  4. MSG_LOCALE_AUTHOR (+0/1/)
  5. Petter Nilsen
  6. ;
  7. ; ********** GENERAL NOTE ***********
  8. ; Make sure all shortcuts are unique
  9. ; for each window, unless stated 
  10. ; otherwise.
  11. ; ***********************************
  12. ;
  13. ;
  14. ; CLASS:    SYSTEM        ($0000)
  15. ; SUBCLASS:    GENERAL        ($0001)
  16. ;
  17. ; This section consists of general purpose system strings.
  18. ;
  19. ; Note:
  20. ; - The spaces infront and after MSG_OK_BIG.
  21. ; - The space after MSG_YESNO
  22. ; - The space after MSG_OKCANCEL
  23. ; - The correct number of spaces in MSG_TEXT_MSGLISTINFO
  24. ;   and MSG_TEXT_MSGLISTINFONOALL
  25. ;
  26. MSG_OK ($0001/1/)
  27. _Ok
  28. ;
  29. MSG_OK_BIG (+0/1/)
  30.      _OK     
  31. ;
  32. MSG_CANCEL (+0/1/)
  33. _Cancel
  34. ;
  35. MSG_OKCANCEL (+0/1/)
  36.  _Ok | _Cancel 
  37. ;
  38. MSG_YESNO (+0/1/)
  39.  _Yes | _No 
  40. ;
  41. MSG_TEXT_ALL (+0/1/10)
  42. All
  43. ;
  44. MSG_TEXT_IGNORE (+0/1/)
  45. Ignore
  46. ;
  47. MSG_TEXT_NONE (+0/1/10)
  48. None
  49. ;
  50. MSG_TEXT_USE (+0/1/)
  51. _Use
  52. ;
  53. MSG_TEXT_SAVE (+0/1/)
  54. _Save
  55. ;
  56. MSG_TEXT_NEW (+1/1/)
  57. _New
  58. ;
  59. MSG_TEXT_EDIT (+0/1/)
  60. _Edit
  61. ;
  62. MSG_TEXT_ABORT (+0/1/)
  63. _Abort
  64. ;
  65. MSG_TEXT_EDITTEXT (+0/1/)
  66. Edit _Text
  67. ;
  68. MSG_TEXT_EDITDATA (+0/1/)
  69. _Edit Data
  70. ;
  71. MSG_TEXT_DELETE (+0/1/)
  72. _Delete
  73. ;
  74. MSG_TEXT_UNDELETE (+0/1/)
  75. _Undelete
  76. ;
  77. MSG_TEXT_FREEZE (+0/1/)
  78. _Freeze
  79. ;
  80. MSG_TEXT_ACTIVATE (+0/1/)
  81. _Activate
  82. ;
  83. MSG_TEXT_OPEN (+0/1/)
  84. _Open
  85. ;
  86. MSG_TEXT_CLEANING (+0/1/)
  87. Cleaning up...
  88. ;
  89. MSG_TEXT_LISTEMPTY (+0/1/)
  90. List is empty.
  91. ;
  92. MSG_TEXT_CONFLISTEMPTY (+0/1/)
  93. Conference list is empty.
  94. ;
  95. MSG_TEXT_FILELISTEMPTY (+0/1/)
  96. File area list is empty.
  97. ;
  98. MSG_TEXT_NOUNREAD_BBS (+0/1/)
  99. No unread messages on %s.
  100. ;
  101. MSG_TEXT_NOUNREAD_CONF (+0/1/)
  102. No unread messages in conference %s.
  103. ;
  104. MSG_TEXT_MSGDELETEDMAIN (+0/1/)
  105. MESSAGE DELETED
  106. ;
  107. MSG_TEXT_MSGDELETEDMSGLIST (+0/1/50)
  108. %lc %lc%5ld MESSAGE DELETED
  109. ;
  110. MSG_TEXT_INFO (+0/20/70)
  111. Conf: %.70s  Msg: #%ld  System: %.70s  Unread: %ld  Left: %lu%%
  112. ;
  113. MSG_TEXT_MSGLISTINFO (+0/1/)
  114.           From:                    To:                      Subject:
  115. ;
  116. MSG_TEXT_MSGLISTINFONOALL (+0/1/)
  117.           From:                    Subject:
  118. ;
  119. MSG_TEXT_HEADER_DATE (+0/1/)
  120. %s, at %s (%ld lines).
  121. ;
  122. MSG_TEXT_HEADER_ONEREF (+0/1/10)
  123. One
  124. ;
  125. MSG_TEXT_MACRO_HEADER (+0/1/)
  126. # This is the file where the ARexx scripts in THOR is defined. Lines that\n\
  127. # start with '#' (like this line) will be ignored, and function keys that\n\
  128. # are not allowed will be shipped.\n\
  129. # NOTE: The names of the function keys are case sensitive and must be in\n\
  130. # uppercase! If multiple entries of the same function key is defined, the\n\
  131. # last entry will be used.\n\n
  132. ;
  133. MSG_TEXT_NEWSCREEN (+0/1/)
  134. New Screen
  135. ;
  136. MSG_TEXT_MSG_SPECIAL (+0/1/70)
  137. %s     *** This message is %s *** %s
  138. ;
  139. MSG_TEXT_MSG_URGENT (+0/1/15)
  140. URGENT
  141. ;
  142. MSG_TEXT_MSG_IMPORTANT (+0/1/15)
  143. IMPORTANT
  144. ;
  145. MSG_TEXT_MSG_DUPSFOUND (+0/1/)
  146. Messages deleted: %3ld
  147. ;
  148. MSG_OK_NS (+0/1/)
  149. Ok
  150. ;
  151. MSG_CANCEL_NS (+0/1/)
  152. Cancel
  153. ;
  154. MSG_OK_HELP (+0/1/)
  155.   _Ok  |  _Help  
  156. ;
  157. MSG_SEARCH_NS (+0/1/)
  158. Search
  159. ;
  160. ; CLASS:    SYSTEM        ($0000)
  161. ; SUBCLASS:    ERRORS        ($0100)
  162. ;
  163. ;********************************************************************
  164. ; This section consists of error messages in the program
  165. ;********************************************************************
  166. ; Note:
  167. ; - In messages containing a function name, like MSG_ERROR_MODEID,
  168. ;   the function name should (for obvious reasons) not be translated.
  169. ;
  170. MSG_ERROR_GADGETRENDER ($0100/1/)
  171. Failed to render gadgets!
  172. ;
  173. MSG_ERROR_WRITE_VISUALCONFIG (+0/1/)
  174. Error writing to file 'visual.config'
  175. ;
  176. MSG_ERROR_WRITE_FSECONFIG (+0/1/)
  177. Error writing to file 'fse.config'
  178. ;
  179. MSG_ERROR_WRITE_MESSAGE (+0/1/)
  180. Failed to save message.
  181. ;
  182. MSG_ERROR_WRITE_KILL (+0/1/)
  183. Failed to write kill/emphasize to database.
  184. ;
  185. MSG_ERROR_READ_GLOBALCONFIG (+1/1/)
  186. Failed to read 'global.config'.
  187. ;
  188. MSG_ERROR_OPEN_FSECONFIG (+0/1/)
  189. Failed to open the file 'fse.config'
  190. ;
  191. MSG_ERROR_OPEN_GLOBALCONFIGLIB (+0/1/)
  192. Failed to open the global config
  193. ;
  194. MSG_ERROR_OPEN_GLOBALCONFIG (+0/1/)
  195. Failed to open the file 'global.config'
  196. ;
  197. MSG_ERROR_OPEN_BBSTYPE (+0/1/)
  198. Failed to open BBS type
  199. ;
  200. MSG_ERROR_OPEN_VISUALCONFIG (+0/1/)
  201. Failed to open the file 'visual.config'
  202. ;
  203. MSG_ERROR_OPEN_AREXX (+0/1/)
  204. ARexx will not be available in THOR
  205. ;
  206. MSG_ERROR_OPEN_AREXXSCRIPT (+0/1/)
  207. ARexx script not executed.\n\n\
  208. Do you have "RexxMast" running ?
  209. ;
  210. MSG_ERROR_OPEN_SCREEN (+0/1/)
  211. Failed to open THOR screen.
  212. ;
  213. MSG_ERROR_OPEN_WINDOW (+0/1/)
  214. Failed to open window.
  215. ;
  216. MSG_ERROR_OPEN_CLIPBOARD (+0/1/)
  217. Couldn't open clipboard
  218. ;
  219. MSG_ERROR_OPEN_CLIPUNIT (+0/1/)
  220. Illegal clipboard unit.
  221. ;
  222. MSG_ERROR_OPEN_ICONLIB (+0/1/)
  223. Could not open icon.library V37+
  224. ;
  225. MSG_ERROR_OPEN_ASLLIB (+0/1/)
  226. Could not open asl.library V37+
  227. ;
  228. MSG_ERROR_OPEN_BBSREADLIB (+0/1/)
  229. Could not open bbsread.library V3+
  230. ;
  231. MSG_ERROR_OPEN_DISKFONTLIB (+0/1/)
  232. Could not open diskfont.library V36+
  233. ;
  234. MSG_ERROR_OPEN_REQTOOLSLIB (+0/1/)
  235. Could not open reqtools.library V38+
  236. ;
  237. MSG_ERROR_OPEN_IFFPARSE (+0/1/)
  238. Could not open iffparse.library V37+
  239. ;
  240. MSG_ERROR_OPEN_IFFHANDLE (+0/1/)
  241. Could not open IFFHandle
  242. ;
  243. MSG_ERROR_OPEN_BBSLIST (+0/1/)
  244. Failed to open bbs list
  245. ;
  246. MSG_ERROR_OPEN_TYPELIST (+0/1/)
  247. Failed to open type list
  248. ;
  249. MSG_ERROR_OPEN_CONFLIST (+1/1/)
  250. Failed to open conference list
  251. ;
  252. MSG_ERROR_OPEN_EDITOR (+0/1/)
  253. Failed to open editor!
  254. ;
  255. MSG_ERROR_OPEN_EDITOREXTERNAL (+0/1/)
  256. Failed to open editor!\nEvent will be deleted, please\ncheck your path and try again.
  257. ;
  258. MSG_ERROR_OPEN_SCRIPT (+0/1/)
  259. Failed to open script file
  260. ;
  261. MSG_ERROR_OPEN_OUTPUT (+0/1/)
  262. Failed to open output filehandle
  263. ;
  264. MSG_ERROR_OPEN_MSGDATA (+0/1/)
  265. Failed to get message data
  266. ;
  267. MSG_ERROR_OPEN_MSGFILE (+0/1/)
  268. Failed to open file.
  269. ;
  270. MSG_ERROR_OPEN_GRABLIST (+0/1/)
  271. Failed to get grab list.\nCheck the path to your download directory
  272. ;
  273. MSG_ERROR_OPEN_GRAB (+0/1/)
  274. Failed to parse the grab
  275. ;
  276. MSG_ERROR_OPEN_LOGR (+0/1/)
  277. Failed to open LogReader.
  278. ;
  279. MSG_ERROR_OPEN_THORSTAT (+0/1/)
  280. Failed to open ThorStat.
  281. ;
  282. MSG_ERROR_OPEN_CONFIGTHOR (+0/1/)
  283. Failed to open ConfigTHOR
  284. ;
  285. MSG_ERROR_OPEN_ARCHIVERS (+0/1/)
  286. Something has gone wrong with the installation of THOR.\n\
  287. Please Quit THOR now and type the following\n\
  288. in a Shell-window:\n\n\
  289. `getenv THOR/THORPath`bin/InitArc\n\n\
  290. This command will configure the archiver types needed.
  291. ;
  292. MSG_ERROR_OPEN_MSGFONT (+0/1/)
  293. Failed to open configured msg font!
  294. ;
  295. MSG_ERROR_OPEN_LISTFONT (+0/1/)
  296. Failed to open configured list font!
  297. ;
  298. MSG_ERROR_OPEN_FSEFONT (+0/1/)
  299. Failed to open configured FSE font!
  300. ;
  301. MSG_ERROR_OPEN_GADGETFONT (+0/1/)
  302. Failed to open configured gadget font!
  303. ;
  304. MSG_ERROR_OPEN_SCREEN_DEPTH (+0/1/)
  305. You have chosen a Screen Depth which is\n\
  306. not available on this machine.\n\n\
  307. THOR will use the maximum number of bitplanes\n\
  308. available.
  309. ;
  310. MSG_ERROR_OPEN_SCREEN_MODEID (+0/1/)
  311. The selected screenmode is not available.\n\
  312. THOR will use the Workbench screenmode.
  313. ;
  314. MSG_ERROR_MEM_CREATEPOOL (+1/1/)
  315. Failed to create memory pool.
  316. ;
  317. MSG_ERROR_MEM_ALLOCMEM (+0/1/)
  318. Failed to allocate memory.
  319. ;
  320. MSG_ERROR_ARG_PARSING (+0/1/)
  321. Failed to parse arguments
  322. ;
  323. MSG_ERROR_ARG_ERROR (+0/1/)
  324. Error in arguments
  325. ;
  326. MSG_ERROR_CREATE_PORT (+0/1/)
  327. Failed to create message port!
  328. ;
  329. MSG_ERROR_CREATE_MENUS (+0/1/)
  330. Failed to create menus!
  331. ;
  332. MSG_ERROR_EVENT_NOADD (+0/1/)
  333. Failed to add event!
  334. ;
  335. MSG_ERROR_EVENT_NOAVAIL (+0/1/)
  336. Event is not supported on this BBS Type
  337. ;
  338. MSG_ERROR_EVENT_NODATA (+0/1/)
  339. Failed to get event data!
  340. ;
  341. MSG_ERROR_EVENT_NOTAG (+0/1/)
  342. Failed to find tag in old event data!
  343. ;
  344. MSG_ERROR_EVENT_MISSINGTAG (+0/1/35)
  345. Missing tagdata for tag: 0x%08lx
  346. ;
  347. MSG_ERROR_EVENT_SETFLAG (+0/1/)
  348. Failed to set event flag.
  349. ;
  350. MSG_ERROR_EVENT_DELETE (+0/1/)
  351. Failed to delete event.
  352. ;
  353. MSG_ERROR_EVENT_SUBJREQUIRED (+0/1/)
  354. Subject is required for this BBS type.
  355. ;
  356. MSG_ERROR_EVENT_CONFREQUIRED (+0/1/)
  357. Conference is required for this BBS type.
  358. ;
  359. MSG_ERROR_EVENT_WARNTOALL (+1/1/)
  360. Please note that it is not certain that this\n\
  361. conference will allow messages entered to "ALL",\n\
  362. so this message might be rejected at the system you\n\
  363. are calling.
  364. ;
  365. MSG_ERROR_EVENT_WARNPRIVATE (+0/1/)
  366. Please note that it is not certain that\n\
  367. this conference will allow private messages,\n\
  368. so this message might end up as a public message.
  369. ;
  370. MSG_ERROR_EVENT_READONLY (+0/1/)
  371. The chosen conference is READ-ONLY.
  372. ;
  373. MSG_ERROR_EVENT_NOMESSAGE (+0/1/)
  374. No active message.
  375. ;
  376. MSG_ERROR_KILL_READ (+0/1/100)
  377. Failed to get data on kill #%ld
  378. ;
  379. MSG_ERROR_PACKERFAIL (+0/1/)
  380. Failed to pack events!\n\n\
  381. Please check that '%s%s' is available and that\n\
  382. the archiver is configured correctly.
  383. ;
  384. MSG_ERROR_MARK_UNREAD (+1/1/)
  385. Failed to mark the message(s) as unread
  386. ;
  387. MSG_ERROR_MARK_READ (+0/1/)
  388. Failed to mark message
  389. ;
  390. MSG_ERROR_MARK_GENERAL (+0/1/)
  391. Error marking messages.
  392. ;
  393. MSG_ERROR_NOBBS (+0/1/)
  394. Selected system not found.
  395. ;
  396. MSG_ERROR_NOBBSSELECTED (+0/1/)
  397. No system selected.
  398. ;
  399. MSG_ERROR_NOCONF (+0/1/)
  400. Unknown conference.
  401. ;
  402. MSG_ERROR_UNKNOWNBBS (+0/1/)
  403. Unknown system.
  404. ;
  405. MSG_ERROR_CATCHUP (+0/1/)
  406. Failed to catchup messages
  407. ;
  408. MSG_ERROR_CATCHUP_MODE (+0/1/)
  409. Function not available in\n\
  410. the current read mode.
  411. ;
  412. MSG_ERROR_FINDNODE (+0/1/)
  413. Could not find node
  414. ;
  415. MSG_ERROR_DELETE_CONF (+0/1/)
  416. Failed to delete conference
  417. ;
  418. MSG_ERROR_PACK_CONFNAME (+1/1/)
  419. Failed to pack conference: %s
  420. ;
  421. MSG_ERROR_PACK_THISCONF (+0/1/)
  422. Failed to pack this conference
  423. ;
  424. MSG_ERROR_MOVE_READMODE (+0/1/)
  425. Failed to enter selected read mode
  426. ;
  427. MSG_ERROR_FSE_NOFREE (+0/1/)
  428. No free position found for editor!
  429. ;
  430. MSG_ERROR_FSE_CLOSETHEM (+0/1/)
  431. Please close all open internal editors before you quit
  432. ;
  433. MSG_ERROR_SAVE_CLIP (+0/1/)
  434. Failed to save message to clipboard
  435. ;
  436. MSG_ERROR_SAVE_NOMESSAGE (+0/1/)
  437. No current message to save
  438. ;
  439. MSG_ERROR_GENERAL (+0/1/)
  440. Operation failed!
  441. ;
  442. MSG_ERROR_NOCONFSELCTED (+1/1/)
  443. No conference selected.
  444. ;
  445. MSG_ERROR_NOCURRENTCONF (+0/1/)
  446. No current conference.
  447. ;
  448. MSG_ERROR_NOCURRENTMSG (+0/1/)
  449. No current message.
  450. ;
  451. MSG_ERROR_NOUNREAD_MESSAGE (+0/1/)
  452. No message to mark unread
  453. ;
  454. MSG_ERROR_ALLOCSIGNAL (+0/1/)
  455. Failed to allocate signals
  456. ;
  457. MSG_ERROR_MSGFLAGS (+0/1/)
  458. Failed to get message flags.
  459. ;
  460. MSG_ERROR_MODEID (+1/1/)
  461. Failed to GetVPModeID()
  462. ;
  463. MSG_ERROR_LOCKSCREEN (+0/1/)
  464. Failed to LockPubScreen()
  465. ;
  466. MSG_ERROR_QUERYOVERSCAN (+0/1/)
  467. Failed to QueryOverscan()
  468. ;
  469. MSG_ERROR_EVENTPACKER (+0/1/)
  470. Failed to run event-packer
  471. ;
  472. MSG_ERROR_SEARCH (+0/1/)
  473. Failed to search through conferences.
  474. ;
  475. MSG_ERROR_FILE_DELETEAREA (+0/1/)
  476. Failed to delete file area.
  477. ;
  478. MSG_ERROR_FILE_DELETEFILE (+0/1/)
  479. Failed to delete file.
  480. ;
  481. MSG_ERROR_FILE_DATA (+0/1/)
  482. Failed to get file data.
  483. ;
  484. MSG_ERROR_FILE_SEARCHFILE (+0/1/)
  485. Failed to search for file.
  486. ;
  487. MSG_ERROR_FILE_FILEINFO (+0/1/)
  488. Failed to get info about file!
  489. ;
  490. MSG_ERROR_FILE_NONEWFILES (+0/1/)
  491. No new files on system.
  492. ;
  493. MSG_ERROR_USER_NOSELECTED (+1/1/)
  494. No user selected
  495. ;
  496. MSG_ERROR_USER_DELETE (+0/1/)
  497. Failed to delete user.
  498. ;
  499. MSG_ERROR_USER_SAVE (+0/1/)
  500. Failed to save user.
  501. ;
  502. MSG_ERROR_USER_NONAME (+0/1/)
  503. You must supply a name for the user.
  504. ;
  505. MSG_ERROR_USER_READ (+0/1/)
  506. Failed to read user data.
  507. ;
  508. MSG_ERROR_MSGARRAYLIST (+0/1/)
  509. Could not create the msg array list!
  510. ;
  511. MSG_ERROR_DATE (+0/1/)
  512. Error in date.
  513. ;
  514. MSG_ERROR_MSGDELETED (+0/1/)
  515. Message is deleted.
  516. ;
  517. MSG_ERROR_SEARCH_NOCONFS (+0/1/)
  518. No conferences to search in.
  519. ;
  520. MSG_ERROR_CONFIG_OUTDATED (+0/1/)
  521. Your 'global.config' file is outdated.
  522. ;
  523. MSG_ERROR_MISSINGTAG (+0/1/)
  524. Missing a tag.
  525. ;
  526. MSG_ERROR_OPEN_CONNECTTHOR (+0/1/)
  527. Failed to open ConnectTHOR
  528. ;
  529. MSG_ERROR_MACRO_PREVMACRO (+0/1/)
  530. No previous script assigned to this key.
  531. ;
  532. MSG_ERROR_UPLOAD_MISSINGFIELDS (+1/1/)
  533. You must have Filename, Filedescription\n\
  534. and a valid file on disk before you can upload!
  535. ;
  536. MSG_ERROR_AREXX_UNKNOWNCMD (+1/1/)
  537. Unknown command
  538. ;
  539. MSG_ERROR_AREXX_SETREXXVAR (+1/1/)
  540. SetRexxVar() failed.
  541. ;
  542. MSG_ERROR_AREXX_GETREXXVAR (+1/1/)
  543. GetRexxVar() failed.
  544. ;
  545. MSG_ERROR_AREXX_INVALIDCOUNT (+1/1/)
  546. Invalid COUNT variable.
  547. ;
  548. MSG_ERROR_AREXX_INVALIDWINDOW (+1/1/)
  549. Invalid window argument.
  550. ;
  551. MSG_ERROR_AREXX_WBTOFRONT (+1/1/)
  552. Unable to bring Workbench to front.
  553. ;
  554. MSG_ERROR_AREXX_NOSELSYSTEM (+1/1/)
  555. Not on a selected system.
  556. ;
  557. MSG_ERROR_LOAD_PICTURE (+0/1/)
  558. Failed to load picture.
  559. ;
  560. ;
  561. ; CLASS:    SYSTEM        ($0000)
  562. ; SUBCLASS:    GENERAL        ($0400)
  563. ;
  564. ;********************************************************************
  565. ; This section consists of all the requester texts used in THOR
  566. ;********************************************************************
  567. ;
  568. MSG_REQ_UNREGISTERED ($0400/1/)
  569. **** UNREGISTERED EVALUATION COPY ****\n\n\
  570. For a registered version, send US$30 or\n\
  571. NOK 265,- to:\n\n\
  572. Eivind Nordseth\n\
  573. Parkveien 4-307\n\
  574. N-0350 Oslo\n\
  575. NORWAY\n\n\
  576. PostGiro account 0532.7397151.\n\n\
  577. You will then receive a registration keyfile and\n\
  578. a disk with a printed label containing the latest\n\
  579. version of THOR.
  580. ;
  581. MSG_REQ_REGISTERED (+0/1/)
  582. \nThis copy of THOR is registered to:\n\n\
  583.     %s\n\
  584.     %s\n\
  585.     %s\n\
  586.     %s\n\n\
  587. THOR Registration Serial #%04ld\n\n\
  588. This is your personal version, do\n\
  589. not give your key file to anyone!
  590. ;
  591. MSG_REQ_SNAPSHOT_DELETEBBS (+1/1/)
  592. Delete visual config for this system?
  593. ;
  594. MSG_REQ_MSG_NEWCONFNAME (+0/1/)
  595. Enter new conference name:
  596. ;
  597. MSG_REQ_MSG_UNRECOVER (+0/1/)
  598. Message is unrecoverable
  599. ;
  600. MSG_REQ_FILE_SAVEINFO (+0/1/)
  601. Save this fileinfo message as '%s/%s' ?
  602. ;
  603. MSG_REQ_CONFIG_GLOBAL (+0/1/)
  604. Couldn't open the global configuration.\n\n\
  605. Please make a new one before you do anything else.\n\n\
  606. Help is available on the HELP key.
  607. ;
  608. MSG_REQ_MSG_SAVE (+0/1/)
  609. Do you want to save this message to disk\nor to the clipboard?
  610. ;
  611. MSG_REQ_MSG_SAVEANSI (+0/1/)
  612. Save message with ANSI codes?
  613. ;
  614. MSG_REQ_MSG_SAVEGADGET (+0/1/)
  615. _Disk|Clip_board|_Cancel
  616. ;
  617. MSG_REQ_MSG_NOTSAVED (+0/1/500)
  618. The message text for event #%ld has not been\n\
  619. changed. This means that you probably\n\
  620. haven't saved the text after taking\n\
  621. it into the editor.\n\n\
  622. Do you want me to delete this event?
  623. ;
  624. MSG_REQ_EVENT_CONFLISTBEFORE (+0/1/)
  625. You have already requested the\nconference list on this system.
  626. ;
  627. MSG_REQ_EVENT_CONFLISTNEXT (+0/1/)
  628. Get conference list next time?
  629. ;
  630. MSG_REQ_EVENT_AUTOLOGOUT (+0/1/)
  631. AutoLogout next time?
  632. ;
  633. MSG_REQ_DELDUPS_START (+0/1/)
  634. Scan system and delete duplicate messages?
  635. ;
  636. MSG_REQ_NOSCRIPTMSG (+0/1/)
  637. No messages from script available
  638. ;
  639. MSG_REQ_PACK_START (+0/1/)
  640. 'This conf' will pack/purge messages in the current\n\
  641. conference according to your Conference Configuration\n\
  642. settings.\n\
  643. 'All' will pack/purge all conferences on the current system\n\
  644.  according to your Conference Configuration settings.\n\n\
  645. Are you sure you want to do this?
  646. ;
  647. MSG_REQ_PACK_STARTGADGETS (+0/1/)
  648. _This conf|_All confs|_Cancel
  649. ;
  650. MSG_REQ_PACK_PACKBBS (+1/1/)
  651. Are you sure you want to pack/purge all\n\
  652. conferences on all systems?
  653. ;
  654. MSG_REQ_PACK_NOCONFS (+0/1/)
  655. No conferences to pack/purge
  656. ;
  657. MSG_REQ_FILE_ALLAREAS (+0/1/)
  658. Search through all file areas ?
  659. ;
  660. MSG_REQ_FILE_SELECTAREAS (+0/1/)
  661. Please select file areas to search in first.
  662. ;
  663. MSG_REQ_FILE_SEARCH (+0/1/)
  664. Enter search string (wildcards supported):
  665. ;
  666. MSG_REQ_FILE_SEARCHGADGETS (+0/1/)
  667. _Keyword|_Exact Match|_Cancel
  668. ;
  669. MSG_REQ_FILE_FOUNDSEARCH (+0/1/140)
  670. %ld matching files found and put in 'Hold'.
  671. ;
  672. MSG_REQ_FILE_NOMATCH (+0/1/150)
  673. No matching files found in search.
  674. ;
  675. MSG_REQ_FILE_NOSELECTEDSAVE (+0/1/)
  676. No files selected.\n\
  677. Save all files in current list ?
  678. ;
  679. MSG_REQ_FILE_NOSELECTED (+1/1/)
  680. No files selected.
  681. ;
  682. MSG_REQ_FILE_SAVE (+0/1/)
  683. Do you want to save the file list to the\n\
  684. Clipboard or to disk?
  685. ;
  686. MSG_REQ_FILE_SORTONDISK (+0/1/)
  687. Sort file areas on disk too ?
  688. ;
  689. MSG_ERROR_FILE_SORTAREAS (+0/1/)
  690. Failed to sort file areas.
  691. ;
  692. MSG_REQ_FILE_SORT (+0/1/)
  693. Please select field to sort after:
  694. ;
  695. MSG_REQ_FILE_SORTGADGETS (+0/1/)
  696. _Name|D_ate|_Size|D_Ls|_Description
  697. ;
  698. MSG_REQ_FILE_DOWNLOAD (+0/1/90)
  699. You have selected %ld file(s).\n\
  700. Add as download event(s) ?
  701. ;
  702. MSG_REQ_FILE_DELETEAREAS (+0/1/)
  703. Are you sure you want to delete\n\
  704. the selected file areas from the database?
  705. ;
  706. MSG_REQ_FILE_DELETEFILES (+0/1/)
  707. Are you sure you want to delete\n\
  708. the selected files from the database?
  709. ;
  710. MSG_REQ_KILL_DELETE (+0/1/)
  711. Are you sure you want to do delete\n\
  712. the selected kill/emphasize ?
  713. ;
  714. MSG_REQ_USER_DELETE (+0/1/)
  715. Are you sure you want to delete\n\
  716. the selected user(s) from the database?
  717. ;
  718. MSG_REQ_SEARCH_MSGSFOUND (+0/1/)
  719. %ld messages found in search.\n\n\
  720. Mark these messages as unread or\n\
  721. enter search read mode?
  722. ;
  723. MSG_REQ_SEARCH_GADGETS (+0/1/)
  724.  _Search mode | _Mark Unread | _Cancel 
  725. ;
  726. MSG_REQ_SEARCH_NOFOUND (+0/1/)
  727. No matching messages found.
  728. ;
  729. MSG_REQ_RETRACT_MSG (+0/1/)
  730. Retract current message from remote system?
  731. ;
  732. MSG_REQ_MULTIOP_MSG (+0/1/)
  733. Perform operation on all selected messages\n\
  734. in the message list window?
  735. ;
  736. MSG_REQ_ANIMATION_MSG (+0/1/)
  737. Animation can be viewed with\n\
  738. Multiview or be saved to disk.
  739. ;
  740. MSG_REQ_MULTIVIEW_GADGETS (+0/1/)
  741. _Multiview|_Save|_Cancel
  742. ;
  743. MSG_REQ_SOUND_MSG (+0/1/)
  744. Sound can be played with\n\
  745. multiview or be saved to disk.
  746. ;
  747. MSG_REQ_INLINE_MSG (+0/1/)
  748. Picture can be viewed inline,\n\
  749. viewed with Multiview, or saved to disk.
  750. ;
  751. MSG_REQ_INLINE_GADGETS (+0/1/)
  752. _Inline|_Multiview|_Save|_Cancel
  753. ;
  754. MSG_REQ_MULTIOP_GADS (+0/1/)
  755. _All|Only _Current|Cancel
  756. ;
  757. MSG_REQ_INLINE_DELETE (+0/1/)
  758. Attached file has been successfully copied\n\
  759. to the selected destination.\n\n\
  760. Do you want to delete it from its\n\
  761. temporary storage on disk?
  762. ;
  763. ;
  764. ; CLASS:    SYSTEM        ($0000)
  765. ; SUBCLASS:    GENERAL        ($0600)
  766. ;
  767. ;********************************************************************
  768. ; This section consists of all the requester titles used in THOR
  769. ;********************************************************************
  770. ;
  771. TITLE_REQ_FILE_SAVE ($0600/1/)
  772. Save message to file:
  773. ;
  774. TITLE_REQ_FILE_SAVELIST (+0/1/)
  775. Save filelist:
  776. ;
  777. TITLE_REQ_FILE_UPLOAD (+0/1/)
  778. Select file to upload:
  779. ;
  780. TITLE_REQ_SELECTFILENAME (+0/1/)
  781. Select file:
  782. ;
  783. TITLE_REQ_FILENAME (+0/1/)
  784. Enter filename:
  785. ;
  786. TITLE_REQ_DOWNLOAD_RDIR (+0/1/)
  787. Remote Directory of file:
  788. ;
  789. TITLE_REQ_DOWNLOADGADS (+0/1/)
  790. _Download|_Save .readme file|_Cancel
  791. ;
  792. TITLE_REQ_JOINCONF (+0/1/)
  793. Join conference:
  794. ;
  795. TITLE_REQ_RESIGNCONF (+0/1/)
  796. Resign conference:
  797. ;
  798. TITLE_REQ_COMMAND (+0/1/)
  799. Enter script command:
  800. ;
  801. TITLE_REQ_FATALERROR (+0/1/)
  802. Thor Fatal Error:
  803. ;
  804. TITLE_REQ_PUBSCREEN (+0/1/)
  805. Select Public Screen:
  806. ;
  807. TITLE_REQ_MARK_MSGPTR (+0/1/)
  808. Set message pointer:
  809. ;
  810. TITLE_REQ_MARK_MSGNR (+0/1/)
  811. Enter message number:
  812. ;
  813. TITLE_REQ_MARK_FROMMSG (+0/1/)
  814. Mark from message:
  815. ;
  816. TITLE_REQ_MARK_TOMSG (+0/1/)
  817. Mark to message:
  818. ;
  819. TITLE_REQ_DATE (+0/1/)
  820. Enter date (dd-mm-yy):
  821. ;
  822. TITLE_REQ_USER_SELECT (+0/1/)
  823. Select user:
  824. ;
  825. TITLE_REQ_CONF_SELECT (+0/1/)
  826. Select conference:
  827. ;
  828. TITLE_REQ_ADDR_SELECT (+0/1/)
  829. Select address:
  830. ;
  831. TITLE_REQ_MACRO_FUNCKEYNR (+10/1/)
  832. Enter function key number:
  833. ;
  834. TITLE_REQ_MACRO_SELECTSCRIPT (+0/1/)
  835. Select ARexx script:
  836. ;
  837. TITLE_REQ_MACRO_ENTERSCRIPT (+0/1/)
  838. Enter ARexx script:
  839. ;
  840. TITLE_REQ_CONF_CROSSPOST (+0/1/)
  841. Crosspost back to:
  842. ;
  843. ;
  844. ; CLASS:    TITLES        ($1000)
  845. ; SUBCLASS:    GENERAL        ($0000)
  846. ;
  847. ;********************************************************************
  848. ; This section consists of all the window and screen titles
  849. ;********************************************************************
  850. ;
  851. TITLE_SCREEN_REGISTERED ($1000/1/)
  852. %s - Registered to %s - Copyright © 1993-1995 Ultima Thule Software. All Rights Reserved.
  853. ;
  854. TITLE_SCREEN_UNREGISTERED (+0/1/)
  855. %s - UNREGISTERED COPY - Copyright © 1993-1995 Ultima Thule Software. All Rights Reserved.
  856. ;
  857. TITLE_WIN_DOCK (+10/1/)
  858. Dock
  859. ;
  860. TITLE_WIN_VISUALCONFIG (+0/1/)
  861. Visual Configuration
  862. ;
  863. TITLE_WIN_REQUESTLIST (+0/1/)
  864. Select Item:
  865. ;
  866. TITLE_WIN_REPLYMSG (+0/1/)
  867. Reply Message:
  868. ;
  869. TITLE_WIN_EDITMSG (+0/1/)
  870. Edit Message:
  871. ;
  872. TITLE_WIN_ENTERMSG (+0/1/)
  873. Enter Message:
  874. ;
  875. TITLE_WIN_SEARCH (+0/1/)
  876. Message Search
  877. ;
  878. TITLE_WIN_FILESEARCH (+0/1/)
  879. File Search
  880. ;
  881. TITLE_WIN_EVENT (+0/1/)
  882. Events
  883. ;
  884. TITLE_WIN_NEWFILES (+0/1/)
  885. Newfiles
  886. ;
  887. TITLE_WIN_CONFERENCES (+0/1/)
  888. Conferences
  889. ;
  890. TITLE_WIN_MSGLIST (+0/1/)
  891. Messages in conference '%s' on '%s':
  892. ;
  893. TITLE_WIN_STARTUP (+0/1/)
  894. Startup Window
  895. ;
  896. TITLE_WIN_MAIN (+0/1/)
  897. THOR Main Window
  898. ;
  899. TITLE_WIN_SCRIPTMSG (+0/1/)
  900. Messages from script:
  901. ;
  902. TITLE_WIN_USERBASE (+0/1/)
  903. User Database
  904. ;
  905. TITLE_WIN_FILEBASE (+0/1/)
  906. File Database
  907. ;
  908. TITLE_WIN_KILLBASE (+0/1/)
  909. Kill/Emphasize Database
  910. ;
  911. TITLE_WIN_MARK (+0/1/)
  912. Commands for marking message(s) (shortcut enclosed in brackets):
  913. ;
  914. TITLE_WIN_UPLOAD (+0/1/)
  915. Upload file:
  916. ;
  917. TITLE_WIN_PACKMESSAGES (+0/1/)
  918. Packing/Purging Messages
  919. ;
  920. TITLE_WIN_MAINTENANCE (+0/1/)
  921. Maintenance
  922. ;
  923. TITLE_WIN_MSGEXTRA (+0/1/)
  924. Extra Message Options
  925. ;
  926. ;
  927. ; CLASS:    MENUS        ($2000)
  928. ; SUBCLASS:    GENERAL        ($0000)
  929. ;
  930. ;********************************************************************
  931. ; This section consists of all the menus in THOR
  932. ;********************************************************************
  933. ;Note:
  934. ; - All menu items got 1 trailing space. This will look better.
  935. ; - The entries in the external menu should not be translated, they
  936. ;   are program names.
  937. ;
  938. MENU_PROJECT ($2000/1/)
  939. Project
  940. ;
  941. MENU_PROJECT_ABOUT (+0/1/)
  942. About... 
  943. ;
  944. MENU_PROJECT_LEAVEBBS (+0/1/)
  945. Leave System 
  946. ;
  947. MENU_PROJECT_ICONIFY (+0/1/)
  948. Iconify 
  949. ;
  950. MENU_PROJECT_PUBSCREEN (+0/1/)
  951. Public Screen... 
  952. ;
  953. MENU_PROJECT_PRINT (+0/1/)
  954. Print Message 
  955. ;
  956. MENU_PROJECT_SAVE (+0/1/)
  957. Save Message 
  958. ;
  959. MENU_PROJECT_SAVE_DISK (+0/1/)
  960. Disk 
  961. ;
  962. MENU_PROJECT_SAVE_CLIPBOARD (+0/1/)
  963. Clipboard 
  964. ;
  965. MENU_PROJECT_QUIT (+0/1/)
  966. Quit 
  967. ;
  968. MENU_EXTERNAL (+5/1/)
  969. External
  970. ;
  971. MENU_EXTERNAL_LOGREADER (+0/1/)
  972. LogReader 
  973. ;
  974. MENU_EXTERNAL_THORSTAT (+0/1/)
  975. ThorStat 
  976. ;
  977. MENU_EXTERNAL_PACKBBS (+0/1/)
  978. PackBBS 
  979. ;
  980. MENU_EXTERNAL_LISTEVENTS (+0/1/)
  981. List Events 
  982. ;
  983. MENU_EXTERNAL_CONNECTTHOR (+0/1/)
  984. ConnectTHOR TCP/IP
  985. ;
  986. MENU_CONFIG (+9/1/)
  987. Configuration
  988. ;
  989. MENU_CONFIG_GENERAL (+0/1/)
  990. Configuration 
  991. ;
  992. MENU_CONFIG_CONF (+0/1/)
  993. Conf Config 
  994. ;
  995. MENU_CONFIG_SYSTEMS (+0/1/)
  996. Systems Config 
  997. ;
  998. MENU_GENERAL (+9/1/)
  999. General
  1000. ;
  1001. MENU_GENERAL_SEARCH (+0/1/)
  1002. Search 
  1003. ;
  1004. MENU_GENERAL_ROT13 (+0/1/)
  1005. ROT-13 
  1006. ;
  1007. MENU_GENERAL_SHOWSCRMSG (+0/1/)
  1008. Show ScriptMsg 
  1009. ;
  1010. MENU_GENERAL_DELDUPS (+0/1/)
  1011. Delete Duplicates 
  1012. ;
  1013. MENU_GENERAL_KEEPMSG (+0/1/)
  1014. KeepMsg On/Off 
  1015. ;
  1016. MENU_GENERAL_DELETEMSG (+0/1/)
  1017. DeleteMsg On/Off 
  1018. ;
  1019. MENU_GENERAL_SUPERUNREAD (+0/1/)
  1020. SuperUnread On/Off 
  1021. ;
  1022. MENU_GENERAL_CATCHUP (+0/1/)
  1023. Catchup 
  1024. ;
  1025. MENU_GENERAL_PACK (+0/1/)
  1026. Pack/Purge Msgs 
  1027. ;
  1028. MENU_GENERAL_SORTBY (+0/1/)
  1029. Group By 
  1030. ;
  1031. MENU_GENERAL_SHOW (+0/1/)
  1032. Show 
  1033. ;
  1034. MENU_GENERAL_MOVEFOLDER (+0/1/)
  1035. Move Msgs 
  1036. ;
  1037. MENU_WINDOWS (+7/1/)
  1038. Windows
  1039. ;
  1040. MENU_WINDOWS_CONFLIST (+0/1/)
  1041. Conflist 
  1042. ;
  1043. MENU_WINDOWS_MSGLIST (+0/1/)
  1044. Msglist 
  1045. ;
  1046. MENU_WINDOWS_DOCK (+0/1/)
  1047. Dock 
  1048. ;
  1049. MENU_WINDOWS_FILEBASE (+0/1/)
  1050. File Database 
  1051. ;
  1052. MENU_WINDOWS_USERBASE (+0/1/)
  1053. User Database 
  1054. ;
  1055. MENU_WINDOWS_KILLBASE (+0/1/)
  1056. Kill/Emphasize Database 
  1057. ;
  1058. MENU_WINDOWS_NEWFILES (+0/1/)
  1059. Newfiles 
  1060. ;
  1061. MENU_WINDOWS_SNAPSHOT (+0/1/)
  1062. Visual Options 
  1063. ;
  1064. MENU_WINDOWS_MARK (+0/1/)
  1065. Marking of messages 
  1066. ;
  1067. MENU_WINDOWS_EVENTS (+0/1/)
  1068. Events Editor 
  1069. ;
  1070. MENU_EVENTCMDS (+8/1/)
  1071. Event Commands 
  1072. ;
  1073. MENU_EVENTCMDS_SCRIPTCMD (+0/1/)
  1074. Script Command  
  1075. ;
  1076. MENU_EVENTCMDS_GETNEWFILES (+0/1/)
  1077. Get Newfiles 
  1078. ;
  1079. MENU_EVENTCMDS_AUTOLOGOFF (+0/1/)
  1080. Autologoff 
  1081. ;
  1082. MENU_EVENTCMDS_RETRACTFILE (+0/1/)
  1083. Retract File 
  1084. ;
  1085. MENU_EVENTCMDS_RETRACTMSG (+0/1/)
  1086. Cancel Message 
  1087. ;
  1088. MENU_EVENTCMDS_GETCONFLIST (+0/1/)
  1089. Get Conflist 
  1090. ;
  1091. MENU_EVENTCMDS_DOWNLOAD (+0/1/)
  1092. Download 
  1093. ;
  1094. MENU_EVENTCMDS_UPLOAD (+0/1/)
  1095. Upload 
  1096. ;
  1097. MENU_EVENTCMDS_RESIGN (+0/1/)
  1098. Resign Conf 
  1099. ;
  1100. MENU_EVENTCMDS_JOIN (+0/1/)
  1101. Join Conf 
  1102. ;
  1103. MENU_EVENTCMDS_USERINFO (+0/1/)
  1104. Send Userinfo 
  1105. ;
  1106. MENU_EVENTCMDS_CONFIGUREBBS (+0/1/)
  1107. Configure System 
  1108. ;
  1109. MENU_AREXX (+10/1/)
  1110. ARexx Script
  1111. ;
  1112. MENU_AREXX_ADD (+0/1/)
  1113. Add Script 
  1114. ;
  1115. MENU_AREXX_EDIT (+0/1/)
  1116. Edit Definition 
  1117. ;
  1118. MENU_AREXX_SAVE (+0/1/)
  1119. Save Definitions 
  1120. ;
  1121. MENU_AREXX_EXECUTE (+10/1/)
  1122. Execute Script 
  1123. ;
  1124. ;
  1125. ; CLASS:    GADGETS        ($3000)
  1126. ; SUBCLASS:    MAIN        ($0000)
  1127. ;
  1128. ;*********************************************************
  1129. ; This section consists of all gadgets in the main window
  1130. ;*********************************************************
  1131. ; Note:
  1132. ; - Try to keep these texts as short as possible.
  1133. ; - The following texts have case *sensitive* shortcuts:
  1134. ;   GAD_MAIN_REPLY
  1135. ;   GAD_MAIN_NEXT
  1136. ;   GAD_MAIN_PREV
  1137. ;   GAD_MAIN_NEXTC
  1138. ;   GAD_MAIN_PREVC
  1139. ;   GAD_MAIN_MARK
  1140. ;
  1141. ; - The following shortcuts are reserved:
  1142. ;   Next Msg:  +.
  1143. ;   Prev Msg:  b-,
  1144. ;   Prev Conf: B
  1145. ;   Hide/Show header: `
  1146. ;   Mark current message: M
  1147. ;   Scroll in message: ' '  (space)
  1148. ;   Scroll single line: Return/Enter
  1149. ;   Thread shortcuts: ()=<>
  1150. ;   Close Window: ESCAPE-key
  1151. ;   Cycle windows: TAB & BACKSPACE
  1152. ;
  1153. GAD_MAIN_REPLYTO ($3000/1/)
  1154. ReplyTo:
  1155. ;
  1156. GAD_MAIN_ORGMSG (+0/1/)
  1157. OrgMsg:
  1158. ;
  1159. GAD_MAIN_REPLIES (+0/1/)
  1160. Replies:
  1161. ;
  1162. GAD_MAIN_FLAGS (+0/1/)
  1163. Flags:
  1164. ;
  1165. GAD_MAIN_FROM (+0/1/)
  1166. From:
  1167. ;
  1168. GAD_MAIN_TO (+0/1/)
  1169. To:
  1170. ;
  1171. GAD_MAIN_DATE (+0/1/)
  1172. Date:
  1173. ;
  1174. GAD_MAIN_SUBJ (+0/1/)
  1175. Subj:
  1176. ;
  1177. GAD_MAIN_REPLY (+0/1/10)
  1178. _reply
  1179. ;
  1180. GAD_MAIN_ENTER (+0/1/10)
  1181. _Enter
  1182. ;
  1183. GAD_MAIN_NEXT (+0/1/10)
  1184. _next
  1185. ;
  1186. GAD_MAIN_PREV (+0/1/10)
  1187. _prev
  1188. ;
  1189. GAD_MAIN_NEXTC (+0/1/15)
  1190. _Next Conf
  1191. ;
  1192. GAD_MAIN_PREVC (+0/1/15)
  1193. _Prev Conf
  1194. ;
  1195. GAD_MAIN_MARK (+0/1/10)
  1196. _mark
  1197. ;
  1198. ;
  1199. ; CLASS:    GADGETS        ($3000)
  1200. ; SUBCLASS:    STARTUP        ($0100)
  1201. ;
  1202. ;************************************************************
  1203. ; This section consists of all gadgets in the startup window
  1204. ;************************************************************
  1205. ;
  1206. GAD_STARTUP_LIST ($3100/1/)
  1207. Available Systems
  1208. ;
  1209. GAD_STARTUP_RESCAN (+0/1/)
  1210. _Rescan
  1211. ;
  1212. ;
  1213. ; CLASS:    GADGETS        ($3000)
  1214. ; SUBCLASS:    REPLY        ($0200)
  1215. ;
  1216. ;****************************************************************
  1217. ; This section consists of all gadgets in the reply/enter window
  1218. ;****************************************************************
  1219. ;
  1220. GAD_MSG_REFLOW ($3200/1/)
  1221. _Reflow Text
  1222. ;
  1223. GAD_MSG_STATUS_PRIVATE (+0/1/)
  1224. _Private Msg
  1225. ;
  1226. GAD_MSG_TO (+0/1/)
  1227. _To:
  1228. ;
  1229. GAD_MSG_TOADDR (+0/1/)
  1230. To _Address:
  1231. ;
  1232. GAD_MSG_SUBJECT (+0/1/)
  1233. _Subject:
  1234. ;
  1235. GAD_MSG_PGP_SIGN (+0/1/)
  1236. PGP S_ign
  1237. ;
  1238. GAD_MSG_PGP_ENCRYPT (+0/1/)
  1239. PGP _Encrypt
  1240. ;
  1241. GAD_MSG_INCLUDE_MSG (+0/1/)
  1242. Include _Message
  1243. ;
  1244. GAD_MSG_PGP_KEY (+0/1/)
  1245. Key ID:
  1246. ;
  1247. GAD_MSG_CONF (+1/1/)
  1248. Con_ferences:
  1249. ;
  1250. GAD_MSG_FILE (+0/1/)
  1251. Attac_h File:
  1252. ;
  1253. GAD_MSG_EXTRAS (+0/1/)
  1254. _Extras...
  1255. ;
  1256. GAD_MSG_URGENT (+0/1/)
  1257. _Urgent
  1258. ;
  1259. GAD_MSG_RETURNRECIEPT (+0/1/)
  1260. _Receipt
  1261. ;
  1262. GAD_MSG_ENCODE8BIT (+0/1/)
  1263. Encode _8 bit
  1264. ;
  1265. ;
  1266. ; CLASS:    GADGETS        ($3000)
  1267. ; SUBCLASS:    UPLOAD        ($0300)
  1268. ;
  1269. ;***********************************************************
  1270. ; This section consists of all gadgets in the upload window
  1271. ;***********************************************************
  1272. ;
  1273. GAD_UPLOAD_FILENAME ($3300/1/)
  1274. BBS File_name
  1275. ;
  1276. GAD_UPLOAD_FILE (+0/1/)
  1277. _File...
  1278. ;
  1279. GAD_UPLOAD_DESCR (+0/1/)
  1280. _Description
  1281. ;
  1282. GAD_UPLOAD_PRIV2USER (+0/1/)
  1283. _Private
  1284. ;
  1285. GAD_UPLOAD_DETAILED (+0/1/)
  1286. Detailed de_scription ?
  1287. ;
  1288. GAD_UPLOAD_DLNOT (+0/1/)
  1289. Download no_tification ?
  1290. ;
  1291. GAD_UPLOAD_CONF (+0/1/)
  1292. Conf_erence
  1293. ;
  1294. GAD_UPLOAD_PRIVTO (+0/1/)
  1295. Pr_ivate To
  1296. ;
  1297. GAD_UPLOAD_PRIV2CONF (+5/1/)
  1298. P_rivate
  1299. ;
  1300. ;
  1301. ; CLASS:    GADGETS        ($3000)
  1302. ; SUBCLASS:    FILEBASE    ($0400)
  1303. ;
  1304. ;******************************************************************
  1305. ; This section consists of all gadgets in the file database window
  1306. ;******************************************************************
  1307. ;
  1308. GAD_FILEBASE_AREAS ($3400/1/)
  1309. _Areas
  1310. ;
  1311. GAD_FILEBASE_FILES (+0/1/)
  1312. _Files
  1313. ;
  1314. GAD_FILEBASE_HOLD (+0/1/)
  1315. _Hold
  1316. ;
  1317. GAD_FILEBASE_DATE (+0/1/)
  1318. Da_te:
  1319. ;
  1320. GAD_FILEBASE_DOWNLOAD (+0/1/)
  1321. _Download
  1322. ;
  1323. GAD_FILEBASE_SEARCH (+0/1/)
  1324. _Search
  1325. ;
  1326. GAD_FILEBASE_SORT (+0/1/)
  1327. S_ort
  1328. ;
  1329. GAD_FILEBASE_FILEINFO (+0/1/)
  1330. _Fileinfo
  1331. ;
  1332. GAD_FILEBASE_REMOVE (+0/1/)
  1333. _Remove
  1334. ;
  1335. GAD_FILEBASE_DELETE (+0/1/)
  1336. De_lete
  1337. ;
  1338. GAD_FILEBASE_CLEAR (+0/1/)
  1339. _Clear/Mark
  1340. ;
  1341. GAD_FILEBASE_SAVE (+0/1/)
  1342. Sa_ve
  1343. ;
  1344. GAD_FILEBASE_INVERT (+10/1/)
  1345. Inv_ert
  1346. ;
  1347. GAD_FILEBASE_MAINTENANCE (+10/1/)
  1348. Maintenance
  1349. ;
  1350. ;
  1351. ; CLASS:    GADGETS        ($3000)
  1352. ; SUBCLASS:    SEARCH        ($0500)
  1353. ;
  1354. ;***********************************************************
  1355. ; This section consists of all gadgets in the search window
  1356. ;***********************************************************
  1357. ;
  1358. GAD_SEARCH_STRING ($3500/1/)
  1359. Str_ing
  1360. ;
  1361. GAD_SEARCH_STARTNR (+0/1/)
  1362. St_art MsgNr
  1363. ;
  1364. GAD_SEARCH_ENDNR (+0/1/)
  1365. _End MsgNr
  1366. ;
  1367. GAD_SEARCH_FROMUSER (+0/1/)
  1368. F_rom user
  1369. ;
  1370. GAD_SEARCH_TOUSER (+0/1/)
  1371. _To user
  1372. ;
  1373. GAD_SEARCH_CONF (+0/1/)
  1374. Con_ferences
  1375. ;
  1376. GAD_SEARCH_SUBJECT_MSGTEXT (+0/1/)
  1377. MsgText+Subject
  1378. ;
  1379. GAD_SEARCH_SUBJECT (+0/1/)
  1380. Subject
  1381. ;
  1382. GAD_SEARCH_SEARCH (+0/1/)
  1383. _Search
  1384. ;
  1385. GAD_SEARCH_ALLCONFS (+10/1/)
  1386. A_ll confs
  1387. ;
  1388. GAD_SEARCH_KEPT (+10/1/)
  1389. _Kept Msgs Only
  1390. ;
  1391. ;
  1392. ; CLASS:    GADGETS        ($3000)
  1393. ; SUBCLASS:    USERBASE    ($0600)
  1394. ;
  1395. ;******************************************************************
  1396. ; This section consists of all gadgets in the user database window
  1397. ;******************************************************************
  1398. ;
  1399. GAD_USERBASE_COMMENT ($3600/1/)
  1400. _Comment:
  1401. ;
  1402. GAD_USERBASE_ADDRESS (+0/1/)
  1403. _Address:
  1404. ;
  1405. GAD_USERBASE_ALIAS (+0/1/)
  1406. A_lias:
  1407. ;
  1408. GAD_USERBASE_NAME (+0/1/)
  1409. Nam_e:
  1410. ;
  1411. GAD_USERBASE_SORT (+0/1/)
  1412. S_ort
  1413. ;
  1414. GAD_USERBASE_USERS (+10/1/)
  1415. Users in database
  1416. ;
  1417. GAD_USERBASE_MAINTENANCE (+10/1/)
  1418. Maintenance
  1419. ;
  1420. ;
  1421. ; CLASS:    GADGETS        ($3000)
  1422. ; SUBCLASS:    DOCK        ($0700)
  1423. ;
  1424. ;*********************************************************
  1425. ; This section consists of all gadgets in the dock window
  1426. ;*********************************************************
  1427. ;
  1428. ; Note:
  1429. ; - All shortcuts in this window are still valid even if the
  1430. ;   the window is closed.
  1431. ;
  1432. GAD_DOCK_READMODE ($3700/1/)
  1433. S_ort by:
  1434. ;
  1435. GAD_DOCK_READMODE_REF (+0/1/)
  1436. Reference
  1437. ;
  1438. GAD_DOCK_READMODE_MINEFIRST (+0/1/)
  1439. Mine First
  1440. ;
  1441. GAD_DOCK_READMODE_ALLFIRST (+0/1/)
  1442. All First
  1443. ;
  1444. GAD_DOCK_READMODE_BYMSGNR (+0/1/)
  1445. MsgNr
  1446. ;
  1447. GAD_DOCK_READMODE_SUBJECT (+0/1/)
  1448. Subject
  1449. ;
  1450. GAD_DOCK_SHOW (+0/1/)
  1451. Sho_w:
  1452. ;
  1453. GAD_DOCK_SHOWALL (+0/1/)
  1454. All
  1455. ;
  1456. GAD_DOCK_SHOWUNREAD (+0/1/)
  1457. Unread
  1458. ;
  1459. GAD_DOCK_SHOWSEARCH (+0/1/)
  1460. Search
  1461. ;
  1462. GAD_DOCK_GETCONFLIST (+0/1/)
  1463. _Get Conflist
  1464. ;
  1465. GAD_DOCK_DOWNLOAD (+0/1/)
  1466. _Download
  1467. ;
  1468. GAD_DOCK_UPLOAD (+0/1/)
  1469. _Upload
  1470. ;
  1471. GAD_DOCK_RESIGN (+0/1/)
  1472. Resi_gn
  1473. ;
  1474. GAD_DOCK_JOIN (+0/1/)
  1475. _Join
  1476. ;
  1477. GAD_DOCK_USERINFO (+0/1/)
  1478. Send User_info
  1479. ;
  1480. GAD_DOCK_CATCHUP (+0/1/)
  1481. _Catchup
  1482. ;
  1483. GAD_DOCK_PACK (+0/1/)
  1484. P_ack/Purge Msgs
  1485. ;
  1486. GAD_DOCK_EVENTS (+10/1/)
  1487. E_vents
  1488. ;
  1489. GAD_DOCK_READMODE_SUBJ_THREAD (+0/1/)
  1490. Grouped
  1491. ;
  1492. GAD_DOCK_READMODE_SUBJECT_A (+0/1/)
  1493. Subject Alpha
  1494. ;
  1495. GAD_DOCK_READMODE_SUBJ_THREAD_A (+0/1/)
  1496. Grouped Alpha
  1497. ;
  1498. ;
  1499. ; CLASS:    GADGETS        ($3000)
  1500. ; SUBCLASS:    DOCK        ($0800)
  1501. ;
  1502. ;*********************************************************
  1503. ; This section consists of all gadgets in the mark window
  1504. ;*********************************************************
  1505. ; Note:
  1506. ; - All shortcuts are hardcoded in this window.
  1507. ;
  1508. GAD_MARK_CURRENTMSG ($3800/1/)
  1509. [.] Mark current message as unread
  1510. ;
  1511. GAD_MARK_SETMSGPTR (+0/1/)
  1512. [S] Set 'last message read' pointer
  1513. ;
  1514. GAD_MARK_NUMBER (+0/1/)
  1515. [#] Mark message with given number as unread
  1516. ;
  1517. GAD_MARK_DATE (+0/1/)
  1518. [D] Mark messages from given date as unread
  1519. ;
  1520. GAD_MARK_GROUP (+0/1/)
  1521. [G] Mark a group of messages as unread
  1522. ;
  1523. GAD_MARK_THREAD_UNREAD (+0/1/)
  1524. [T] Mark messages in this thread as unread
  1525. ;
  1526. GAD_MARK_THREAD_READ (+0/1/)
  1527. [U] Mark messages in this thread as read
  1528. ;
  1529. GAD_MARK_SUBJECT (+0/1/)
  1530. [B] Mark messages with this subject as read
  1531. ;
  1532. GAD_MARK_NOTFROMYOU_READ (+0/1/)
  1533. [O] Mark unread msgs not from or to you as read
  1534. ;
  1535. GAD_MARK_TOYOU_UNREAD (+0/1/)
  1536. [R] Find and mark messages to you as unread
  1537. ;
  1538. GAD_MARK_AUTHORZAP (+0/1/)
  1539. [Z] Mark unread msgs from current author as read
  1540. ;
  1541. GAD_MARK_LOGIN (+0/1/)
  1542. [L] Mark messages from login state as unread
  1543. ;
  1544. GAD_MARK_OK (+10/1/)
  1545. Ok
  1546. ;
  1547. ;
  1548. ; CLASS:    GADGETS        ($3000)
  1549. ; SUBCLASS:    VISUAL        ($0900)
  1550. ;
  1551. ;******************************************************************
  1552. ; This section consists of all gadgets in the visual config window
  1553. ;******************************************************************
  1554. ;
  1555. GAD_VISUAL_DONT_USE ($3900/1/)
  1556. Don't use
  1557. ;
  1558. GAD_VISUAL_ALWAYS_USE (+0/1/)
  1559. Always use
  1560. ;
  1561. GAD_VISUAL_ONLY_USEON_FORWARD (+0/1/)
  1562. Only use on moved msg
  1563. ;
  1564. GAD_VISUAL_FORWARDSTRING (+0/1/)
  1565. _Reply String
  1566. ;
  1567. GAD_VISUAL_COLORQUOTE (+0/1/)
  1568. Color _Quote
  1569. ;
  1570. GAD_VISUAL_ANSISUPPORT (+0/1/)
  1571. _Ansi Support
  1572. ;
  1573. GAD_VISUAL_DOUBLEQUOTE (+0/1/)
  1574. _Double Quote
  1575. ;
  1576. GAD_VISUAL_STYLETAGS (+0/1/)
  1577. Style _Tags
  1578. ;
  1579. GAD_VISUAL_SAVEGLOBAL (+0/1/)
  1580. _Save Global
  1581. ;
  1582. GAD_VISUAL_SAVEBBS (+0/1/)
  1583. Save S_ystem
  1584. ;
  1585. GAD_VISUAL_QUICKMARK (+0/1/)
  1586. Q_uick Marking
  1587. ;
  1588. ;
  1589. ;
  1590. ; CLASS:    GADGETS        ($3000)
  1591. ; SUBCLASS:    KILL        ($0A00)
  1592. ;
  1593. ;************************************************************************
  1594. ; This section consists of all gadgets in the kill/emphasize edit window
  1595. ;************************************************************************
  1596. ;
  1597. GAD_KILL_ACTIVEKILLS ($3A00/1/)
  1598. Active Kills/Emphasizes
  1599. ;
  1600. GAD_KILL_FROMNAME (+0/1/)
  1601. From _Name:
  1602. ;
  1603. GAD_KILL_FROMADDR (+0/1/)
  1604. From _Address:
  1605. ;
  1606. GAD_KILL_TONAME (+0/1/)
  1607. _To Name:
  1608. ;
  1609. GAD_KILL_TOADDR (+0/1/)
  1610. To A_ddress:
  1611. ;
  1612. GAD_KILL_REF (+0/1/)
  1613. _References:
  1614. ;
  1615. GAD_KILL_MSGTEXT (+0/1/)
  1616. Msg _Text:
  1617. ;
  1618. GAD_KILL_HAZE (+0/1/)
  1619. _Haze:
  1620. ;
  1621. GAD_KILL_CURRENTMSG (+0/1/)
  1622. _Get Current Msg
  1623. ;
  1624. GAD_KILL_MODE (+0/1/)
  1625. M_ode:
  1626. ;
  1627. GAD_KILL_MODE_KILL (+0/1/)
  1628. Kill
  1629. ;
  1630. GAD_KILL_MODE_KEEP (+0/1/)
  1631. Keep
  1632. ;
  1633. GAD_KILL_MODE_URGENT (+0/1/)
  1634. Urgent
  1635. ;
  1636. GAD_KILL_MODE_IMPORTANT (+0/1/)
  1637. Important
  1638. ;
  1639. GAD_KILL_HAZE_NOHAZE (+0/1/)
  1640. No haze
  1641. ;
  1642. GAD_KILL_HAZE_LEVEL_1 (+0/1/)
  1643. Level 1
  1644. ;
  1645. GAD_KILL_HAZE_LEVEL_2 (+0/1/)
  1646. Level 2
  1647. ;
  1648. GAD_KILL_HAZE_LEVEL_3 (+0/1/)
  1649. Level 3
  1650. ;
  1651. GAD_KILL_SUBJECT (+0/1/)
  1652. S_ubject:
  1653. ;
  1654. ;
  1655. ;
  1656. ; CLASS:    GADGETS        ($3000)
  1657. ; SUBCLASS:    KILL LIST    ($0B00)
  1658. ;
  1659. ;************************************************************************
  1660. ; This section consists of all gadgets in the kill/emphasize list window
  1661. ;************************************************************************
  1662. ;
  1663. GAD_KILL_LIST_MODE ($3B00/1/)
  1664. Mode:
  1665. ;
  1666. GAD_KILL_LIST_HAZELEVEL (+0/1/)
  1667. Haze Level:
  1668. ;
  1669. GAD_KILL_LIST_ADDED (+0/1/)
  1670. Added:
  1671. ;
  1672. GAD_KILL_LIST_LASTHIT (+0/1/)
  1673. Last Hit:
  1674. ;
  1675. GAD_KILL_LIST_SUBJ (+0/1/)
  1676. Subj:
  1677. ;
  1678. GAD_KILL_LIST_CONF (+0/1/)
  1679. Conf:
  1680. ;
  1681. GAD_KILL_LIST_FROMNAME (+0/1/)
  1682. FromName:
  1683. ;
  1684. GAD_KILL_LIST_FROMADDR (+0/1/)
  1685. FromAddr:
  1686. ;
  1687. GAD_KILL_LIST_TONAME (+0/1/)
  1688. ToName:
  1689. ;
  1690. GAD_KILL_LIST_TOADDR (+0/1/)
  1691. ToAddr:
  1692. ;
  1693. GAD_KILL_LIST_MSGTEXT (+0/1/)
  1694. MsgText
  1695. ;
  1696.